Pro-Cloud API Web Service
Method/ProCloudWS.asmx/EinInfoItemHistoryGet
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/EinInfoItemHistoryGet (Method)
Description
This web method is used for obtaining item history information for a given asset number.
Request (EinInfoItemHistoryGetSoapIn)

The request body is of type EinInfoItemHistoryGet.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method)

Integer

xml:int

This is the asset id for the given item

String (min 1 max 50)

xml:string

This is the history type you wish to view (can be obtained via the EinInfoItemHistoryTypesGet web method)

Integer

xml:int

This is the current page beeing viewed

Integer

xml:int

This is the number of items per page you would like returned. If you would like all data returned on one page then pass -1

Integer

xml:int
intItemsPerPage Element intPage Element intHistoryType Element strEin Element intProviderBranchId Element strPassword Element objProviderGUId Element Sequence EinInfoItemHistoryGet Element

Overview

Sequence
strPassword optional xs:string
strEin optional xs:string
intPage xs:int
Response (EinInfoItemHistoryGetSoapOut)

The response body is of type EinInfoItemHistoryGetResponse.

Response Body Parameters

NameDescriptionData Type
 objEinInfoItemHistoryGetReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence EinInfoItemHistoryGetResult Element Sequence EinInfoItemHistoryGetResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objEinInfoItemHistoryGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<Paging>
				<ItemHistoryType>4</ItemHistoryType>
				<ItemHistoryTypeTitle>All Activities</ItemHistoryTypeTitle>
				<ItemsPerPage>7</ItemsPerPage>
				<Page>1</Page>
				<Pages>1</Pages>
				<Items>7</Items>
			</Paging>
			<History>
				<TypeId>18</TypeId>
				<TypeDesc>Task</TypeDesc>
				<ServiceUserId>-9999</ServiceUserId>
				<Forename>No Service User</Forename>
				<Surname/>
				<ContractId>0</ContractId>
				<ContractCode>National</ContractCode>
				<ContractName>Internal</ContractName>
				<ActivityId>346723</ActivityId>
				<ActivityItemId>454599</ActivityItemId>
				<ItemCompDate>2999-01-01T00:00:00+00:00</ItemCompDate>
				<TargetDate>2016-09-26T00:00:00+01:00</TargetDate>
				<Note>Test - </Note>
				<ItemQuestionsXML/>
				<CheckListName/>
				<CheckListDateDone>2999-01-01T00:00:00+00:00</CheckListDateDone>
				<ActOutComeId>-1</ActOutComeId>
				<ActOutComeName/>
				<ActOutComeDescription/>
			</History>
		</NewDataSet>
	</xmlDataSet>
</objEinInfoItemHistoryGetReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service